DrawForm(FormXObject,RectangleF,Nullable<RectangleF>,ImageAlign) Method
In This Topic
Draws a
GrapeCity.Documents.Pdf.Graphics.FormXObject using specified bounds and image alignment.
Syntax
'Declaration
Public Overloads Sub DrawForm( _
ByVal As FormXObject, _
ByVal As System.Drawing.RectangleF, _
ByVal As System.Nullable(Of RectangleF), _
ByVal As ImageAlign _
)
public void DrawForm(
FormXObject ,
System.Drawing.RectangleF ,
System.Nullable<RectangleF> ,
ImageAlign
)
Parameters
- fxo
- The GrapeCity.Documents.Pdf.Graphics.FormXObject to draw.
- destBounds
- The destination rectangle.
- clipBounds
- The clipping rectangle, or null for no clipping.
- align
- The image alignment.
See Also